body,
ul,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
}

a {
	color: #333;
	font-size: 16px;
}
 
.animate-img {
	overflow: hidden;

}

.animate-img:hover img {
	transform: scale(1.5);
	cursor: pointer;
	transition: transform ease-in-out 0.25s;
}

a:hover {
	color: #25AB43;
	text-decoration: none;
}
.weather{
	position: absolute;
	top: 0;
	right: 0; 
	color: #5E5B5C;
	z-index: 99999;
	width: 150px;
	text-align:center;
}
 .weather span{
	 padding: 0 0.026041rem;
 }
.header-top {
	height:0.614583rem;
	background-color: #fff;
	background-image: url(../images/news1.png);
	background-size: 100% 0.614583rem;

	width: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;

}

.header-top .header-top-content {
	width: 8.854166rem;
	margin: 0 auto;
	font-size: 0.083333rem;
	height:0.416666rem;
}
.header-top .header-top-content .change{
	z-index: 99999;
	position: relative;
	display: flex;
	align-items: center;
	font-size:0.083333rem;
}
.header-top .header-top-content .change span {
	padding: 0 0.052083rem;
}

.logo-box {
	width: 7.891666rem;
	margin: 0 auto;
	height:0.614583rem;
}
.logo-box .logo{
    width: 2.083333rem;
}
.logo-box .menu {
	display: flex;
	
}

.logo-box .menu li {
	/*margin:0 0.108333rem;*/
	margin:0 0.058333rem;
	position: relative;
	height:0.833333rem;
	display: flex;
	align-items: center;
	justify-content: center;
}



.logo-box .menu li a p {
	font-size:0.104167rem;
	font-weight: bold;
	transition: all ease-in-out 0.25s;
}

.logo-box .menu li a p.en {
	font-size: 0.072916rem;
}

.logo-box .menu .childs {
	position: absolute;
	display: none;
	border-top: #22AA43 4px solid;
	line-height:0.234375rem;
	background-color: rgba(0, 0, 0, 0.6);
	width:0.625rem;
	text-align: center;
	padding: 0.052083rem  0;
	margin: 0 auto;
	top:0.620833rem;
	z-index: 99999;
}

.logo-box .menu .childs a {
	color: #fff;
	font-size: 0.09375rem;
}

.logo-box .menu .childs a:hover {
	font-size: 0.09375rem;
	color:#25AB43;
}
.logo-box .menu li:hover {
	transition: all ease-in-out 0.25s;
}
.logo-box .menu li:hover .childs {
	display: inline;
	transition: all ease-in-out 0.25s;
}

.fangyan {
	height: 0.291666rem;
	background-image: url(../images/news2.png);
	width: 100%;
}

.slider-swiper {
	height: 3.90625rem;
	position: relative;
	width: 100%;
}

.slider-swiper img {
	height: 3.90625rem;
	width: 100%;
}

.slider-swiper .swiper-slide {
	position: relative;
}

.slider-swiper .zi1 {
	width: 2.489583rem;
	height: 0.71875rem;
	position: absolute;
	left: 2.34375rem;
	top: 0.416667rem;
}

.slider-swiper .zi2 {
	width:2.473958rem;
		height: 0.6875rem;
		position: absolute;
		left: 4.947917rem;
		top: 0.46875rem;
}

.slider-swiper .zi3 {
	width:3.125rem;
			height: 0.583333rem;
			position: absolute;
			left: 3.229167rem;
			top: 1.302083rem;
}

.slider-swiper .zi4 {
	width:4.109375rem;
			height: 1.145833rem;
			position: absolute;
			left: 5.208333rem;
			top: 0.520833rem;
}
.slider-swiper .zi5 {
	width:0.703125rem;
		height: 2.010417rem;
			position: absolute;
			left: 4.408333rem;
			top: 0.408333rem;
}
.slider-swiper .zi6 {
	width:0.703125rem;
		height: 2.010417rem;
			position: absolute;
			left: 5.208333rem;
			top: 0.720833rem;
}
.slider-swiper .zi51{
	width: 1.213542rem;
		height: 2.046875rem;
		position: absolute;
		right: 1.041667rem;
		top: 0.520833rem;
}
.animate-img:hover img {
	transform: scale(1.5);
	cursor: pointer;
}

.waves {
	position: absolute;
	width: 100%;
	height: 10vh;
	bottom: 0;
	z-index: 9999;
}

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

.navmenu {
 
	margin: 0 auto;
}

.navmenu .navmenu-left {
	padding-left: 0.208333rem;
	background-image: url(../images/news5.png);
	background-position: left center;
	background-size:contain;
	background-repeat: no-repeat;
	height: 0.372916rem;
    
}

.navmenu .zh {
	font-size:0.166667rem;
}

.navmenu .en {
	font-size:0.09375rem;
	color: #665E5E;
	font-family: 'times new roman', 'times', 'serif';
}

.navmenu .xi {
	margin-left: 0.052083rem;
    width:0.614583rem;
	height: 0.140625rem;
}
.about-img{
    width:2.317708rem;
	height:0.421875rem;
}
.about-img2{
   width:2.588542rem;
	height:0.421875rem;
}
.about-box {
	background-image: url(../images/news3.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	height: 3.40625rem;
	display: flex;
	align-items: center;
}

.about-box .wrap {
	width: 7.291666rem;
	margin: 0 auto;
}

.about-box .wrap .video-box {
	width: 3.90625rem;
	height: 2.395833rem;
}

.about-box .wrap .video {
	width: 3.90625rem;
	height: 2.395833rem;
	object-fit: fill;
}


.about-box .about-box-lists {
	width: 2.916666rem;
	font-size: 0.125rem;
	margin-top:0;
}

.about-box .about-box-p {
	margin: 0.154166rem 0 0.1rem 0;
}

.about-box .about-box-p p {
	text-indent:0.15625rem;
	color: #333;
	font-size:0.09375rem;
	line-height: 0.1875rem;
	font-weight: normal;
}

.about-box .about-btn {
	width: 0.770833rem;
	height: 0.239583rem;
	color: #fff;
	display: flex;
	align-items: center;
	border-radius: 0.208333rem;
	font-size: 0.09375rem;
	justify-content: center;
	background-image: url(../images/news16.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	 
}

.about-box .about-btn:hover {
	color: #fff;
	text-decoration: none;
}


.navmenu .shan {
	margin: 0.041666rem 0;
}
.navmenu .shan img{
    width: 0.953125rem;
    height: 0.223958rem;
}
.huodong-swiper .swiper-slide{
	position: relative; 
}
.huodong-swiper .swiper-slide .title{
	position: absolute;
	bottom:0.24rem;
	left:-1.171875rem;
	font-size:16px;
	color: #fff;
	text-align: center;
	/*transform: scale(0.8);*/
	width:4.765625rem;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0,0,0,0.7);
	
}
.huodong-box {
	background-image: url(../images/news4.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top right;
}

.huodong {
	width: 7.5rem;
	margin: 0 auto 0 auto;
}

.huodong .swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	width: 4.78125rem;
	height: 2.864583rem;
}

.huodong .swiper-slide img {
	width: 4.78125rem;
	height: 2.380208rem;
}

.huodong .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.huodong .swiper-slide-next {
	transform: scale(0.8);
	z-index: 998 !important;
}

.huodong .swiper-slide-prev {
	transform: scale(0.8);
}

.huodong .swiper-slide-active {

	z-index: 999 !important;

}

.huodong .swiper-pagination-bullet {
	background-color: #333;
	height: 10px;
	width: 10px;
}

.town-box {
	width: 100%;
	height: 4.2625rem;
	background-image: url(../images/news8.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom center;
	position: relative;

}

.town-box .navmenu {
	padding-top: 0.425rem;
}

.town-box .town-box-lists {
	width: 8.333333rem;
	margin: 0.520833rem auto 0 auto;
}

.town-box .town-box-lists .item-box {
	width:1.390625rem;
	height:2.234375rem;
	position: relative;
	
}
.town-box .town-box-lists .item-box .mask{
	width:1.390625rem;
	height:2.234375rem;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	border-radius:10px;
	z-index: 5;
	
}
.town-box .town-box-lists .item-box .thumb{
    position: relative;
}
 
.town-box .town-box-lists .item-box .thumb .icon{
    top: 0.3rem;
    left: 0.364583rem;
    position: absolute;
    z-index: 10;
}
.town-box .town-box-lists .item-box .thumb .icon img{
    width:0.609375rem;
	height:0.385417rem;
}
.town-box .town-box-lists .item-box .thumb .bg img{
   	width:1.390625rem;
	height:2.234375rem;
}
.town-box .town-box-lists .item-box:hover .thumb{
    transform: scale(1.2);
	cursor: pointer;
	transition: transform ease-in-out 0.25s;
	position: relative;
	z-index: 9999;
}
.town-box .town-box-lists .item-box:hover .mask{
    background-color: rgba(0,0,0,0);
}
.town-box .town-box-lists .item-box:nth-child(1) .thumb{
    margin-top:0.3125rem;
}
.town-box .town-box-lists .item-box:nth-child(3) .thumb{
    margin-top:0.3125rem;
}
.town-box .town-box-lists .item-box:nth-child(5) .thumb{
    margin-top:0.3125rem;
}
.news-swiper{
    width:3.098958rem;
	height: 2.091667rem;
}
.news-swiper .swiper-slide{
    position: relative;
    width:3.098958rem;
    height: 2.091667rem;
}
.news-swiper .swiper-slide img{
    width:3.098958rem;
	height: 2.091667rem;
} 
.news-swiper .swiper-hot{
    position: absolute;
    width:3.098958rem;
    color: #fff;
    bottom:0;
    background-color:rgba(0,0,0,0.5); 
    z-index: 9999;
    padding: 0.078125rem 0;
   
}
.news-swiper .swiper-hot .title{
    margin: 0 0.078125rem;
    width:3rem;
    display: inline-block;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
}
.news-swiper .swiper-hot a{
    color: #fff;
    font-size: 0.083333rem;
}
.news-swiper .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	top: calc(50% - 12px) !important;
	--swiper-navigation-size: 14px;
	--swiper-navigation-color: #fff;
	right: 0.1rem
}
.news-swiper .swiper-button-next:hover{
	background-color: rgba(30, 86, 129, 0.8);
}
.news-swiper .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50%;
	top: calc(50% - 12px) !important;
	--swiper-navigation-size: 14px;
	--swiper-navigation-color: #fff;
	left: 0.1rem
}
.news-swiper .swiper-button-prev:hover{
	background-color:rgba(30, 86, 129, 0.8);
}
.guide-box {
	background-image: url(../images/news12.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-top: 0.234375rem;
	padding-bottom: 0.3125rem;
}

.guide-box-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.114583rem;
	margin-top: 0.15625rem;
}

.guide-box-menu a {
	font-size: 0.125rem;
	padding: 0 0.052083rem;
	color: #121A4C;
}

.guide-box-menu a.current {
	color: #25AB43;
}

.guide-box-menu a:hover {
	color: #25AB43;
}

.guide-box-lists {
	width: 7.291666rem;
	margin: 0.234375rem auto;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	transition: all ease-in-out 0.25s
}

.tab-content .hide {
	display: none;
}

.guide-box-lists .item {
	width: 49%;
	background-color: #FFFFFF;
	display: flex;
	margin-bottom: 0.15625rem;
}

.guide-box-lists .item .thumb {
	width: 1.989583rem;
	height: 1.484375rem;
}

.guide-box-lists .item .thumb img {
	height: 1.484375rem;
}

.guide-box-lists .item .info {
	flex: 1;
	padding: 0.104166rem;
	display: flex;
	flex-direction: column;
}

.guide-box-lists .item .info .title {
	font-size: 0.104166rem;
	color: #121A4C;
	font-weight: bold;
	margin-bottom: 0.078125rem;
}

.guide-box-lists .item .info .desc {
	font-size: 0.072916rem;
	color: #18191B;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.guide-box-lists .item .info .tel {
	font-size: 0.083333rem;
	margin-top: auto;
}

.guide-box-lists .item .info .address {
	font-size: 0.083333rem;
}

.guide-box-lists .item .more {
	background-color: #8388A2;
	width: 0.3125rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all ease-in-out 0.25s;
}

.guide-box-lists .item .more:hover {
	background-color: #25AB43;
	color: #fff;
}

.guide-box-lists .item .more a {
	color: #fff;
	display: block;
	padding: 0 0.104166rem;
	text-align: center;
	font-size: 0.125rem;
}

.copyright {
	background-color: #262632;
	background-image: url(../images/news17.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.copyright-box {
	width:7.291667rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 1.953125rem;
	color: #FEFEFF;
	padding: 0.416666rem 0 0 0;
}

.copyright-box .logo {
	text-align: center;
	font-size: 0.083333rem;
}

.copyright-box .logo img {
	width: 1.354166rem;
	margin-bottom: 0.104166rem;
}

.copyright-box .logo .glyphicon {
	font-size: 0.09375rem;
	margin-right: 4px;
}
.copyright-box .code{
	text-align: center;
}
.copyright-box .code p {
	margin: 0;
	text-align: center;
	font-size:0.083333rem;
}

.copyright-box .code img {
	width: 0.729166rem;
	height: 0.729166rem;
	margin-bottom: 0.041666rem;
	margin-left: auto;
	margin-right: auto;
}


.copyright-box .facebook {}

.copyright-box .facebook .facebook-title {
	font-size:0.083333rem;
	margin-bottom: 0.104166rem;
}

.copyright-box .facebook .facebook-desc {
	font-size:0.0625rem;
	margin-bottom: 0.15625rem;
}

.copyright-box .facebook .facebook-form {
	width: 1.875rem;
	height: 0.3125rem;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.copyright-box .facebook .facebook-form input {
	border: none;
	flex: 1;
	height: 0.234375rem;
	margin: 0 0.078125rem;
	color: #333;
}

.copyright-box .facebook .facebook-form .facebook-form-btn {
	height: 0.3125rem;
	width: 0.3125rem;
	color: #fff;
	background-color: #009C4F;
	font-size:0.125rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
 .links{
     width: 7.291667rem;
     padding:  0.104167rem 0;
     margin: 0 auto;
     border-top: #aaa 1px solid;
 }
 .links .link-title {
	font-size:0.083333rem;
	margin-bottom: 0.104166rem;
}

  .links ul {
	list-style-type: none;
	line-height: 0.125rem;
}
 .links ul li{
    margin:0 0.020833rem;
}
 .links ul li a {
	color: #ccc;
	font-size: 0.0625rem;
}

